Component org.nuxeo.ecm.webapp.trashManagement.TrashManagementService
In bundle org.nuxeo.ecm.webapp.core
Documentation
The TrashManagement service registers a flag that enables / disables the "recycle bin"-like behaviour of the delete action
Implementation
Class:
org.nuxeo.ecm.webapp.trashManagement.TrashManagementService
Extension Points
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.webapp.trashManagement.TrashManagementService">
<implementation
class="org.nuxeo.ecm.webapp.trashManagement.TrashManagementService" />
<documentation>
The TrashManagement service registers a flag that enables / disables the
"recycle bin"-like behaviour of the delete action
@author Narcis Paslaru (npaslaru@nuxeo.com)
</documentation>
<extension-point name="config">
<object
class="org.nuxeo.ecm.webapp.trashManagement.TrashConfigDescriptor" />
</extension-point>
<documentation>
Flag for trash management behaviour
@author Narcis Paslaru (npaslaru@nuxeo.com)
</documentation>
</component>